ARD2  RC2
Airbag Reference Demonstrator using MPC5604P
eTIMER.c
Go to the documentation of this file.
00001 
00016 #include "Compile_Options.h"
00017 #include "derivative.h"
00018 //#include "utils.h" /* For Copy Array */
00019 #include "ETIMER.h"
00020 /*
00021  ******************************************************************************
00022  * constants
00023  ******************************************************************************
00024  */
00025  /*
00026  ******************************************************************************
00027  * Globals
00028  ******************************************************************************
00029  */
00030 
00031 /*
00032  ******************************************************************************
00033  * vfnFlashArray
00034  ******************************************************************************
00035  */
00036 uint8_t u8SampleFn(const uint16_t* pu16RawResponse, \
00037                    uint8_t* pu8Response,            \
00038                    uint8_t u8Size)
00039 {
00040   /* Declare local variables */
00041   uint8_t u8Status;
00042   
00043   /* Init local variables */
00044   u8Status = CLEAR;
00045   
00046   return(u8Status);
00047 }
00048 /*
00049  ******************************************************************************
00050  *
00051  *  End of file.
00052  *
00053  ******************************************************************************
00054  */